Skip to content

chore: version packages#7

Merged
stevensacks merged 1 commit intomainfrom
changeset-release/main
Apr 29, 2026
Merged

chore: version packages#7
stevensacks merged 1 commit intomainfrom
changeset-release/main

Conversation

@stevensacks
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@gaia-react/lint@1.1.1

Patch Changes

  • #6 efebb80 Thanks @stevensacks! - Close prefer-arrow-functions upstream gap for export default function NamedFn(){} via no-restricted-syntax selector.

    The eslint-plugin-prefer-arrow-functions plugin has a hardcoded exemption (guard.js:hasNameAndIsExportedAsDefaultExport) that silently passes named default-exported declarations regardless of allowNamedFunctions setting. This release adds a no-restricted-syntax rule with selector ExportDefaultDeclaration > FunctionDeclaration to flag the pattern. Convert to const Name = () => {}; export default Name; instead. Ignored on **/*.d.ts since ambient declarations have no body to convert.

@stevensacks stevensacks merged commit 25ca459 into main Apr 29, 2026
1 check passed
@stevensacks stevensacks deleted the changeset-release/main branch April 29, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant